Skip to content

Conversation

technicallyty
Copy link
Contributor

@technicallyty technicallyty commented Sep 25, 2025

Description

update that allows configuration to be added to the nodes in system test. see readme for example

Closes: #696

Closes: STACK-1591


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • tackled an existing issue or discussed with a team member
  • left instructions on how to review the changes
  • targeted the main branch

@technicallyty technicallyty marked this pull request as ready for review October 8, 2025 19:14
@technicallyty technicallyty marked this pull request as draft October 8, 2025 21:57
@technicallyty
Copy link
Contributor Author

pausing for now as this became really complicated with cometbft v2 being a dependency. this should likely be removed in another PR.

@technicallyty technicallyty marked this pull request as ready for review October 17, 2025 03:37
technicallyty and others added 2 commits October 17, 2025 09:54
@linear
Copy link

linear bot commented Oct 17, 2025

@technicallyty technicallyty added this pull request to the merge queue Oct 17, 2025
Merged via the queue into main with commit 6921258 Oct 17, 2025
20 checks passed
@technicallyty technicallyty deleted the technicallyty/configurable-testnet branch October 17, 2025 22:44
vladjdk added a commit that referenced this pull request Oct 21, 2025
* Clean up events on EVM reversion in try-catch

* Problem: global mutable state in balance handler

* currently the balance handler in static precompile is a global mutable

* feat(testnet): add configurable testnet validator powers (#708)

* add configurable validator power

* add changelog

* update flag string

* update comments

* remove string parsing from validation function and update tests

---------

Co-authored-by: Vlad J <[email protected]>
Co-authored-by: Alex | Cosmos Labs <[email protected]>

* fix: don't panic if evm mempool not used (#730)

* fix: don't panic if evm mempool not used

* Update CHANGELOG.md

* fix: avoid tx with unsupported extension option for ExtensionOptionDynamicFeeTx (#733)

* fix: avoid nil pointer for tx evm raw cmd (#727)

* fix: avoid nil pointer for tx evm raw cmd

* cleanup

* cleanup

* fix: inconsistent block hash in json-rpc responses (#725)

* fix: inconsistent block hash in json-rpc responses

Update CHANGELOG.md

unify

unify

* fix test

---------

Co-authored-by: Vlad J <[email protected]>

* fix: non-deterministic evm pre-blocker (#729)

* fix: non-deterministic evm pre-blocker

Closes: #728

Solution:
- remove the state mutation out from the pre-blocker.
- production chains should put the state mutation part in their upgrade handler.

* Update CHANGELOG.md

---------

Co-authored-by: Vlad J <[email protected]>

* fix: wrong TransactionIndex in receipt (#723)

* fix: avoid 0 TransactionIndex in receipt

* add test

---------

Co-authored-by: Alex | Cosmos Labs <[email protected]>
Co-authored-by: Vlad J <[email protected]>

* add test for balance handler overwrite

* Fix unit test

* chore: align go-ethereum fork as main (#737)

* undo race removal

* Add precompile caller json to main files

* add debug comments

* fix imports

* test: example of configuring config.toml values in systest (#667)

* allow testnet config to be configured via flags

* configured

* use tag

* updates

* remove comment

* readme stuff

* maybe update sdk and comet versions

* replace the store

* fix

* just change ordering i guess

* deleting test case

* just skip it

* Update tests/systemtests/go.mod

Co-authored-by: Alex | Cosmos Labs <[email protected]>

* tidy

* add systemtest for cosmos tx compat

---------

Co-authored-by: Alex | Cosmos Labs <[email protected]>

* fix: evm mempool should be disabled if max-txs < 0 (#734)

* fix: evm mempool should be disabled if max-txs < 0

* Update CHANGELOG.md

* fix: add InitEvmCoinInfo upgrade to avoid panic when denom is not registered (#736)

---------

Co-authored-by: yihuang <[email protected]>
Co-authored-by: Abdul Malek <[email protected]>
Co-authored-by: Alex | Cosmos Labs <[email protected]>
Co-authored-by: yihuang <[email protected]>
Co-authored-by: mmsqe <[email protected]>
Co-authored-by: Tyler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dont use comet/v2 in systemtests

3 participants